-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dealing with optional and mandatory GATK resource files #592
Conversation
…r haplotypecaller
|
@maxulysse still unsure on how to deal with |
@maxulysse carefully testing now all combinations again, but so far so good. |
Tested the following and all works/fails as expectd: BQSR/FiltervariantTranches: with known_sites, just dbsnp, just known_indels |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
Can you do the channel.value magic for all of the reference files? |
yes should be able to, the only exception is germline_resource_tbi because I need it to check later whether getpileup summaries should be run. I couldn't get naything else to work with |
For the fasta also no, because it is mandatory, so it should be empty (however this is also caught by the input validation) |
Mutect needs fixing |
Not sure what is going on with mutect2. Locally results files are there:
|
Co-authored-by: Maxime U. Garcia <maxime.garcia@scilifelab.se>
GetPileupSummariesNormal fails with a memory error. Wasn't an issue before because it wasn't run. Locally this works because the job gets automatically resubmitted with a higher memory request 🥲 . |
locally it didn't work with 7.5GB of memory. I am afraid that mutect test just won't run on GHA |
Too bad, then, let's run that test locally only whenever needed. |
yep Gavin downsampled it as much as he could but the somatic GATK tools require a certain amount of SNPs to run at all. If we further reduce they'll fail for other reasons and much more upstream |
Closes #299 , #359 , #367
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).